When building the OstreeBloom code against old versions of glib, we have
to have the libglnx headers included so that it defines
G_DEFINE_AUTOPTR_CLEANUP_FUNC and friends for us.
This is similarly true for test-repo-finder-mount.c which indirectly
includes ostree-autocleanups.h.
Closes: #1605
Approved by: cgwalters
#include <glib.h>
#include <glib-object.h>
+#include "libglnx.h"
+
G_BEGIN_DECLS
/**
#include <gio/gio.h>
#include <glib.h>
#include <glib-object.h>
+#include <libglnx.h>
#include <locale.h>
#include "libostreetest.h"